home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 61266 / 61266.xpi / chrome / skin / overlay.css~ < prev    next >
Text File  |  2009-12-30  |  2KB  |  89 lines

  1. /* This is just an example.  You shouldn't do this. */
  2. #beststickynotes-hello
  3. {
  4.   color: red ! important;
  5. }
  6. #beststickynotes-toolbar-button
  7. {
  8.   list-style-image: url("chrome://beststickynotes/skin/toolbar-button.png");
  9.   -moz-image-region: rect(0px 24px 24px 0px);
  10. }
  11. #beststickynotes-toolbar-button:hover
  12. {
  13.   -moz-image-region: rect(24px 24px 48px  0px);
  14. }
  15. [iconsize="small"] #beststickynotes-toolbar-button
  16. {
  17.   -moz-image-region: rect( 0px 40px 16px 24px);
  18. }
  19. [iconsize="small"] #beststickynotes-toolbar-button:hover
  20. {
  21.   -moz-image-region: rect(24px 40px 40px 24px);
  22. }
  23. /* sticky note */
  24. .at-ac-tuwien-student-e0427417-sticky-note {
  25.   border-style: solid;
  26.   background-color: #ffe555;
  27.   padding: 10px;
  28.   border-width: 2px;
  29.   border-color: #ccaa22;
  30.   cursor: default;
  31. }
  32.  
  33. /* top bar */
  34. .at-ac-tuwien-student-e0427417-sticky-note-top {
  35.   text-align: right;
  36.   background-color: inherit;
  37.   margin-top: -4px;
  38. }
  39.  
  40. /* close button */
  41. .at-ac-tuwien-student-e0427417-sticky-note-top a {
  42.   font-family: DejaVu Sans, sans-serif;
  43.   text-decoration: none;
  44.   font-weight: bold;
  45.   color: #ccaa22;
  46.   font-size: 13pt;
  47.   cursor: pointer;
  48. }
  49. /* close button when hovered */
  50. .at-ac-tuwien-student-e0427417-sticky-note-top a:hover {
  51.   color: #333333;
  52. }
  53.  
  54. /* text when displayed / editing */\n\
  55. .at-ac-tuwien-student-e0427417-sticky-note-display-text, .at-ac-tuwien-student-e0427417-sticky-note-edit-text {
  56.   font-family: sans-serif;
  57.   font-size: 10pt;
  58.   background-color: inherit;
  59.   color: #333333;
  60.   text-align: left;
  61. }
  62.  
  63. /* sticky note when editing */
  64. .at-ac-tuwien-student-e0427417-sticky-note-edit-mode {
  65.   opacity: 1;
  66. }
  67.  
  68. /* sticky note when displayed / moving / resizing */
  69. .at-ac-tuwien-student-e0427417-sticky-note-display-mode,
  70. .at-ac-tuwien-student-e0427417-sticky-note-move-mode,
  71. .at-ac-tuwien-student-e0427417-sticky-note-resize-mode {
  72.   opacity: 0.85;
  73. }
  74.  
  75. /* sticky note when moving */
  76. .at-ac-tuwien-student-e0427417-sticky-note-move-mode {
  77.   cursor: move;
  78. }
  79.  
  80. /* resize grabber */
  81. .at-ac-tuwien-student-e0427417-sticky-note-resize-grabber {
  82.   position: absolute;
  83.   right:    -2px;
  84.   bottom:   -2px;
  85.   width:    16px;
  86.   height:   16px;
  87.   cursor:   se-resize;
  88. }
  89.